7662980798c82a239c4d446c290595836ed3a456,hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java,TestAccessController,testAccessControlClientGlobalGrantRevoke,#,2091
Before Change
}
};
verifyDenied(getAction, testGlobalGrantRevoke);
// Grant table READ permissions to testGlobalGrantRevoke.
try {
After Change
}
// Now testGlobalGrantRevoke shouldn't be able read
verifyDenied(getAction, testGlobalGrantRevoke);
} finally {
revokeGlobal(TEST_UTIL, userName, Permission.Action.READ);
}